[index]
Param Function
Syntax
the param of <param_number> or
param(<param_number>)
Description
The param function is used to return the parameter values associated with the message or function call that invoked the current handler or function. For example, you can use param to return the mouseUp parameters in a pickList handler or the parameters passed by a doMenu message.
Examples
on mouseUp
paramtest "A", "B", "C"
end mouseUp
on paramtest p1, p2, p3 put param(1)
end paramtest
This text has been mechanically extracted from the Oracle Media Objects 1.0.4.9 MediaTalk Reference, © 1995 Oracle Corporation, and is provided here solely for educational/historical purposes.